print operation: Reinstate the priv pointer
authorMatthias Clasen <mclasen@redhat.com>
Thu, 13 Jun 2019 19:58:07 +0000 (15:58 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 13 Jun 2019 19:58:07 +0000 (15:58 -0400)
The attempt to drop it in 6a669265ac6854af0ec
was incomplete, and non-working.

gtk/gtkprintoperation.c

index 03735d5ba997c4e88826076e552f67b5898c9d67..0a8647f64ae0501ab3187aaa9948059c3a58eb95 100644 (file)
@@ -253,6 +253,7 @@ gtk_print_operation_init (GtkPrintOperation *operation)
    * by the job number.
    */
   priv->job_name = g_strdup_printf (_("%s job #%d"), appname, ++job_nr);
+  operation->priv = priv;
 }
 
 static void